GrapeCity ActiveReports for .NET 16.0J
CopyTo(ReportItem[],Int32) メソッド

GrapeCity.ActiveReports.PageReportModel 名前空間 > ReportItemCollection クラス > CopyTo メソッド : CopyTo(ReportItem[],Int32) メソッド
indexing.ReportItemCollectionからコピーされたオブジェクトの対象となる一次元のReportItem[]。 配列はゼロベースのインデックスが指定されています。
コピーが開始される配列内のゼロベースのIntegerのインデックス。
ReportItemCollectionにあるオブジェクトを指定した配列のインデックスから開始し、ReportItem配列にコピーします。
シンタックス
'宣言
 
Public Overloads Overridable Sub CopyTo( _
   ByVal array() As ReportItem, _
   ByVal index As Integer _
) 
public virtual void CopyTo( 
   ReportItem[] array,
   int index
)

パラメータ

array
indexing.ReportItemCollectionからコピーされたオブジェクトの対象となる一次元のReportItem[]。 配列はゼロベースのインデックスが指定されています。
index
コピーが開始される配列内のゼロベースのIntegerのインデックス。
参照

ReportItemCollection クラス
ReportItemCollection メンバ
オーバーロード一覧